Twitter APIのRate Limit
Standard API rate limits per window
statuses/user_timeline
Endpoint Resource family Requests / window (user auth) Requests / window (app auth)
……
GET statuses/user_timeline statuses 900 1500
---
All request windows are 15 minutes in length. These rate limits apply to the standard API endpoints only, does not apply to premium APIs.
---
per userで見ると、15分で900回、1秒1回
search/tweets
GET search/tweets search 180 450
15分で180回、1分12回、5秒ごと
Windowって何?
GETでは長さでいうと15minらしい
window(xxx auth)とは?
userがユーザーレベル
appがアプリレベル
どっちか引っかかったらだめってことかしらね?